Make sure dev-deps are compiled for examples
authorAlex Crichton <alex@alexcrichton.com>
Mon, 6 Oct 2014 03:00:42 +0000 (20:00 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Tue, 7 Oct 2014 02:52:01 +0000 (19:52 -0700)
commitf59416d092b72c8f93166cf7ff64ff9681bf89c1
tree4eaffc4e725fc71488ff940d54ffe458661c382b
parent548fdf411621ac118d835ae734d407a2255cba83
Make sure dev-deps are compiled for examples

Examples are classified as binaries, but do not have the `test` flag set on
their Profile. They do, however, have their environment set to `test`. Be sure
to place them into the `tests` bucket so they have development dependencies
available for their compilation.
src/cargo/ops/cargo_rustc/job_queue.rs
src/cargo/ops/cargo_rustc/mod.rs
tests/test_cargo_test.rs